| commit | d85b687536ea4a3d888bdf5d70c7ec1022177877 | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <fishywang@google.com> | Fri Nov 15 11:47:46 2013 -0800 |
| committer | Yuxuan 'fishy' Wang <fishywang@google.com> | Fri Nov 15 11:47:46 2013 -0800 |
| tree | 60f1e09b4df2dbc21f3370fe8729e73ed8e7cb8e | |
| parent | 4e8a96f7089adc1f892955f656a5aa3da6e4c390 [diff] [blame] |
Bypass the rendering differences in AsciiDoctor. AsciiDoctor have different understanding of [verse] with asciidoc, causing some rendering differences. To get similar result with asciidoc, we use something else instead of [verse] now. Screenshots: before: http://imgur.com/JKMdBiv after: http://imgur.com/yFVvVac Change-Id: I14e84f0e998e1e87b633681e8028ad657bde07e4
diff --git a/Documentation/rest-api-documentation.txt b/Documentation/rest-api-documentation.txt index 9030fac..0defe6d 100644 --- a/Documentation/rest-api-documentation.txt +++ b/Documentation/rest-api-documentation.txt
@@ -19,8 +19,9 @@ [[search-documentation]] Search Documentation ~~~~~~~~~~~~~~~~~~~~ -[verse] +-- 'GET /Documentation/' +-- With `q` parameter, search our documentation index for the terms.